home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / LOPTRAEP.PP_ / loptraep.ppd
PostScript Printer Description  |  1996-04-25  |  27KB  |  751 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe PostScript(R) Printer Description File
  3. *% For Lexmark Optra Ep LaserPrinter
  4. *% For use winth Windows NT
  5. *% Produced by Lexmark International, Inc.
  6. *%
  7. *% Copyright (c) 1993 Lexmark International Inc.  All Rights Reserved.
  8. *% Permission is granted for redistribution of this file as
  9. *% long as this copyright notice is intact and the content
  10. *% of the file is not altered in any way from its original form.
  11. *%
  12. *% Version History:
  13. *%   1.1  Updated to support features of NT 4.0
  14.  
  15. *FormatVersion: "4.2"
  16. *FileVersion: "1.2"
  17. *LanguageVersion: English
  18. *LanguageEncoding: WindowsANSI
  19. *PCFileName: "LOPTREP.PPD"
  20. *Product: "(Lexmark Optra Ep LaserPrinter)"
  21. *PSVersion: "( )"
  22. *ModelName: "Lexmark Optra Ep LaserPrinter"
  23. *ShortNickName: "Lexmark Optra Ep PS"
  24. *NickName: "Lexmark Optra Ep PS"
  25.  
  26. *% === Options and Constraints ============
  27.  
  28. *OpenGroup: InstallableOptions/Options Installed
  29. *OpenUI *Option1/Lower Tray: Boolean
  30. *DefaultOption1: False
  31. *Option1 True/Installed: ""
  32. *Option1 False/Not Installed: ""
  33. *CloseUI: *Option1
  34.  
  35. *OpenUI *Option2/Flash Memory Card: Boolean
  36. *DefaultOption2: False
  37. *Option2 False/Not Installed: ""
  38. *Option2 True/Installed: ""
  39. *CloseUI: *Option2
  40.  
  41. *OpenUI *InstalledMemory/Installed Memory: PickOne
  42. *DefaultInstalledMemory: 2MB
  43. *InstalledMemory 2MB/2 Mb Printer Memory Standard:""
  44. *InstalledMemory 3MB/3 Mb Printer Memory Upgrade:""
  45. *InstalledMemory 4MB/4 Mb Printer Memory Upgrade:""
  46. *InstalledMemory 6MB/6 Mb Printer Memory Upgrade:""
  47. *CloseUI: *InstalledMemory
  48.  
  49. *CloseGroup: InstallableOptions
  50.  
  51. *% ====User Constraints ====
  52. *% If Tray 2 Is Not Installed 
  53. *UIConstraints: *Option1 False    *InputSlot Lower
  54. *UIConstraints: *Option1 False    *TraySwitch 
  55.  
  56. *UIConstraints: *Option1 False    *JCLTray2PaperType
  57.  
  58. *% If Resolution is 600 dpi inhibit smoothing
  59. *UIConstraints: *Resolution 600dpi  *Smoothing True
  60.  
  61. *% If resolution is 300 dpi inhibit PictureGrade
  62. *UIConstraints: *Resolution 300dpi  *JCLPictureGrade True
  63.  
  64. *% Limit Paper Sizes In Tray 2
  65. *UIConstraints: *InputSlot Lower    *PageSize Executive
  66. *UIConstraints: *PageSize Executive *InputSlot Lower
  67. *UIConstraints: *InputSlot Lower    *PageSize Monarch
  68. *UIConstraints: *PageSize Monarch   *InputSlot Lower
  69. *UIConstraints: *InputSlot Lower    *PageSize C9
  70. *UIConstraints: *PageSize C9        *InputSlot Lower
  71. *UIConstraints: *InputSlot Lower    *PageSize Comm10
  72. *UIConstraints: *PageSize Comm10    *InputSlot Lower
  73. *UIConstraints: *InputSlot Lower    *PageSize DL
  74. *UIConstraints: *PageSize DL        *InputSlot Lower
  75. *UIConstraints: *InputSlot Lower    *PageSize C5
  76. *UIConstraints: *PageSize C5        *InputSlot Lower
  77. *UIConstraints: *InputSlot Lower    *PageSize ISOB5
  78. *UIConstraints: *PageSize ISOB5     *InputSlot Lower
  79. *UIConstraints: *InputSlot Lower    *PageSize Other
  80. *UIConstraints: *PageSize Other     *InputSlot Lower
  81. *UIConstraints: *InputSlot Lower    *CustomPageSize 
  82.  
  83.  
  84. *% === Basic Capabilities ============
  85.  
  86. *LanguageLevel: "2"
  87. *Protocols: PJL TBCP
  88. *ColorDevice: False
  89. *DefaultColorSpace: Gray
  90. *TTRasterizer:  Type42
  91. *Throughput: "6"
  92.  
  93. *FreeVM: "376000"
  94. *VMOption  2MB : "376000"
  95. *VMOption  3MB : "552000"
  96. *VMOption  4MB : "728000"
  97. *VMOption  6MB : "828000"
  98.  
  99. *Password: "0"
  100. *ExitServer: "
  101.  count 0 eq   % is the password on the stack?
  102.  { true }
  103.  { dup        % potential password
  104.    statusdict /checkpassword get exec not
  105.  } ifelse
  106.  {  %  if no password or not valid
  107.    (WARNING : Cannot perform the exitserver command.) =
  108.    (Password supplied is not valid.) =
  109.    (Please contact the author of this software.) = flush
  110.    quit
  111.  } if
  112.  serverdict /exitserver get exec
  113.  "
  114. *End
  115. *Reset: "
  116.  count 0 eq  % is the password on the stack?
  117.  { true }
  118.  { dup      % potential password
  119.    statusdict /checkpassword get exec not
  120.  } ifelse
  121.  {  %  if no password or not valid
  122.    (WARNING : Cannot reset printer.) =
  123.    (Password supplied is not valid.) =
  124.    (Please contact the author of this software.) = flush
  125.    quit
  126.  } if
  127.  serverdict /exitserver get exec
  128.  systemdict /quit get exec
  129.  (WARNING : Printer Reset Failed.) = flush
  130.  "
  131. *End
  132.  
  133. *% === Job Control Language ==
  134.  
  135. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  136. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = Postscript <0A>"
  137. *JCLEnd: "<1B>%-12345X@PJL EOJ <0A><1B>%-12345X"
  138.  
  139.  
  140. *JCLOpenUI *JCLDensity/Print Darkness: PickOne
  141. *DefaultJCLDensity: None
  142. *OrderDependency: 10 JCLSetup  *JCLDensity
  143. *JCLDensity None/Printer Setting: ""
  144. *JCLDensity VLIGHT/Very Light: "@PJL SET DENSITY = 1<0A>"
  145. *JCLDensity LIGHT/Light: "@PJL SET DENSITY = 2<0A>"
  146. *JCLDensity NORMAL/Normal: "@PJL SET DENSITY = 3<0A>"
  147. *JCLDensity DARK/Dark: "@PJL SET DENSITY = 4<0A>"
  148. *JCLDensity VDARK/Very Dark: "@PJL SET DENSITY = 5<0A>"
  149. *JCLCloseUI: *JCLDensity
  150.  
  151. *JCLOpenUI *JCLEconomode/Toner Saver: PickOne
  152. *DefaultJCLEconomode: None
  153. *OrderDependency: 10 JCLSetup  *JCLEconomode
  154. *JCLEconomode None/Printer Setting: ""
  155. *JCLEconomode True/On: "@PJL SET ECONOMODE = ON<0A>"
  156. *JCLEconomode False/Off: "@PJL SET ECONOMODE = OFF<0A>"
  157. *JCLCloseUI: *JCLEconomode
  158.  
  159. *% ==== Paper Type ====
  160.  
  161. *JCLOpenUI *JCLManualPaperType/Manual Feed Paper Type: PickOne
  162. *DefaultJCLManualPaperType: None
  163. *OrderDependency: 10 JCLSetup *JCLManualPaperType
  164. *JCLManualPaperType None/Printer Setting:""
  165. *JCLManualPaperType Normal/Normal:             "@PJL LMANUALPAPERTYPE = NORMAL<0A>"
  166. *JCLManualPaperType Rough/Rough Paper:         "@PJL LMANUALPAPERTYPE = ROUGH<0A>"
  167. *JCLManualPaperType Card/Card Stock:           "@PJL LMANUALPAPERTYPE = CARDSTOCK<0A>"
  168. *JCLManualPaperType Transparency/Transparency: "@PJL LMANUALPAPERTYPE = TRANSPARENCY<0A>"
  169. *JCLManualPaperType Labels/Labels:             "@PJL LMANUALPAPERTYPE = LABELS<0A>"
  170. *JCLCloseUI: *JCLManualPaperType
  171.  
  172. *JCLOpenUI *JCLTray1PaperType/Tray 1 Paper Type: PickOne
  173. *DefaultJCLTray1PaperType: None
  174. *OrderDependency: 10 JCLSetup *JCLTray1PaperType
  175. *JCLTray1PaperType None/Printer Setting:""
  176. *JCLTray1PaperType Normal/Normal:              "@PJL LTRAY1PAPERTYPE = NORMAL<0A>"
  177. *JCLTray1PaperType Rough/Rough Paper:          "@PJL LTRAY1PAPERTYPE = ROUGH<0A>"
  178. *JCLTray1PaperType Card/Card Stock:            "@PJL LTRAY1PAPERTYPE = CARDSTOCK<0A>"
  179. *JCLTray1PaperType Transparency/Transparency:  "@PJL LTRAY1PAPERTYPE = TRANSPARENCY<0A>"
  180. *JCLTray1PaperType Labels/Labels:              "@PJL LTRAY1PAPERTYPE = LABELS<0A>"
  181. *JCLCloseUI: *JCLTray1PaperType
  182.  
  183. *JCLOpenUI *JCLTray2PaperType/Tray 2 Paper Type: PickOne
  184. *DefaultJCLTray1PaperType: None
  185. *OrderDependency: 10 JCLSetup *JCLTray2PaperType
  186. *JCLTray2PaperType None/Printer Setting:""
  187. *JCLTray2PaperType Normal/Normal:            "@PJL LTRAY2PAPERTYPE = NORMAL<0A>"
  188. *JCLTray2PaperType Rough/Rough Paper:        "@PJL LTRAY2PAPERTYPE = ROUGH<0A>"
  189. *JCLCloseUI: *JCLTray2PaperType
  190.  
  191. *CloseGroup: PaperType
  192.  
  193. *% ==== Image Enhancement =====
  194.  
  195. *JCLOpenUI *JCLPictureGrade/PictureGrade: PickOne
  196. *DefaultJCLPictureGrade: None
  197. *OrderDependency: 10 JCLSetup *JCLPictureGrade
  198. *JCLPictureGrade None/Printer Setting:""
  199. *JCLPictureGrade True/On:        "@PJL SET LPARM:POSTSCRIPT LPICTUREGRADE = ON<0A>"
  200. *JCLPictureGrade False/Off:       "@PJL SET LPARM:POSTSCRIPT LPICTUREGRADE = OFF<0A>"
  201. *JCLCloseUI: *JCLPictureGrade
  202.  
  203. *% === Resolution ============
  204.  
  205. *OpenUI *Resolution/Resolution: PickOne
  206. *DefaultResolution: 600dpi
  207. *OrderDependency: 10 AnySetup *Resolution
  208. *Resolution 300dpi/300 dpi:  "1 dict dup /HWResolution [300 300] put setpagedevice"
  209. *Resolution 600dpi/600 dpi:  "1 dict dup /HWResolution [600 600] put setpagedevice"
  210. *?Resolution: "
  211.  save
  212.  currentpagedevice /HWResolution get 0 get
  213.  (     ) cvs print (dpi) = flush
  214.  restore
  215.  "
  216. *End
  217. *CloseUI: *Resolution
  218.  
  219. *OpenUI *Smoothing/Smooth Characters: PickOne
  220. *DefaultSmoothing: None
  221. *OrderDependency: 40 AnySetup *Smoothing
  222. *Smoothing None/Printer Setting: ""
  223. *Smoothing True/On:  "
  224.  1 dict dup /PostRenderingEnhanceDetails 1 dict dup /REValue 2 put put setpagedevice"
  225. *End
  226. *Smoothing False/Off: "
  227.  1 dict dup /PostRenderingEnhanceDetails 1 dict dup /REValue 0 put put setpagedevice"
  228. *End
  229. *?Smoothing: "
  230.  save
  231.  currentpagedevice /PostRenderingEnhanceDetails get /REValue get
  232.  dup 3 gt{pop 4}if [(False)(True)(True)(True)(Unknown)] exch get = flush
  233.  restore
  234.  "
  235. *End
  236. *CloseUI: *Smoothing
  237.  
  238. *% === Halftone Information ===============
  239.  
  240. *ScreenFreq: "60.0"
  241. *ScreenAngle: "45.0"
  242. *DefaultScreenProc: Dot
  243. *ScreenProc Dot: "
  244.  {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  245.  sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  246.  "
  247. *End
  248. *ScreenProc Line: "{ pop }"
  249. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  250.  
  251. *DefaultTransfer: Factory
  252. *Transfer Factory: "
  253.  { statusdict begin doenhancedhalftone resolution end 600 eq and
  254.   { dup 0.28 lt
  255.     { 0.6 exp 1.2 mul }
  256.     { dup mul .478426 mul .521574 add }
  257.     ifelse
  258.   }
  259.   { 0.85 exp }
  260.   ifelse }"
  261. *End
  262. *Transfer Factory.Inverse: "
  263.  { statusdict begin doenhancedhalftone resolution end 600 eq and
  264.   { dup 0.28 lt
  265.     { 0.6 exp 1.2 mul }
  266.     { dup mul .478426 mul .521574 add }
  267.     ifelse
  268.   }
  269.   { 0.85 exp }
  270.   ifelse
  271.   1 exch sub }"
  272. *End
  273.  
  274. *% === Paper Selection/Handling  ========
  275.  
  276. *LandscapeOrientation: Plus90
  277.  
  278. *% PageSize selection is normally associated with selection of paper by
  279. *% size rather than by input source.
  280.  
  281. *OpenUI *PageSize:  PickOne
  282. *OrderDependency: 30 AnySetup *PageSize
  283. *DefaultPageSize: Letter
  284. *PageSize Letter/Letter 8 1/2 x 11 in: "
  285.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  286.  2 dict dup /PageSize [612 792]  put dup /ImagingBBox null put setpagedevice"
  287. *End
  288. *PageSize Legal/Legal 8 1/2 x 14 in: "
  289.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  290.  2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  291. *End
  292. *PageSize Executive/Executive 7 1/4 x 10 1/2 in: "
  293.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  294.  2 dict dup /PageSize [522 756]  put dup /ImagingBBox null put setpagedevice"
  295. *End
  296. *PageSize A4/A4 210 x 297 mm: "
  297.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  298.  2 dict dup /PageSize [595 842]  put dup /ImagingBBox null put setpagedevice"
  299. *End
  300. *PageSize A5/A5 148 x 210 mm: "
  301.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  302.  2 dict dup /PageSize [420 595]  put dup /ImagingBBox null put setpagedevice"
  303. *End
  304. *PageSize B5/B5 182 x 257 mm: "
  305.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  306.  2 dict dup /PageSize [516 729]  put dup /ImagingBBox null put setpagedevice"
  307. *End
  308. *PageSize Monarch/#7 3/4 Envelope 3 7/8 x 7 1/2 in: "
  309.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  310.  2 dict dup /PageSize [279 540]  put dup /ImagingBBox null put setpagedevice"
  311. *End
  312. *PageSize C9/#9 Envelope 3 7/8 x 8 7/8 in: "
  313.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  314.  2 dict dup /PageSize [279 639]  put dup /ImagingBBox null put setpagedevice"
  315. *End
  316. *PageSize Comm10/#10 Envelope 4 1/8 x 9 1/2 in: "
  317.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  318.  2 dict dup /PageSize [297 684]  put dup /ImagingBBox null put setpagedevice"
  319. *End
  320. *PageSize DL/DL Envelope 110 x 220 mm: "
  321.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  322.  2 dict dup /PageSize [312 624]  put dup /ImagingBBox null put setpagedevice"
  323. *End
  324. *PageSize C5/C5 Envelope 162 x 229 mm: "
  325.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  326.  2 dict dup /PageSize [459 649]  put dup /ImagingBBox null put setpagedevice"
  327. *End
  328. *PageSize ISOB5/B5 Envelope 176 x 250 mm: "
  329.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  330.  2 dict dup /PageSize [499 709]  put dup /ImagingBBox null put setpagedevice"
  331. *End
  332. *PageSize Other/Other Envelope 8.5 x 14 in: "
  333.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  334.  2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  335. *End
  336. *?PageSize: "
  337.  save
  338.  13 dict
  339.    dup /letter (Letter) put
  340.    dup /legal (Legal) put
  341.    dup /executivepage (Executive) put
  342.    dup /a4 (A4) put
  343.    dup /a5 (A5) put
  344.    dup /b5 (B5) put
  345.       dup /3.875x7.5envelope (Monarch) put
  346.    dup /3.875x8.875envelope (C9) put
  347.    dup /4.125x9.5envelope (Comm10) put
  348.    dup /110x220envelope (DL) put
  349.    dup /162x229envelope (C5) put
  350.    dup /176x250envelope (Envelope.499.709) put
  351.    dup /otherenvelope (Envelope.612.996) put
  352.  statusdict /papersize get exec
  353.  3 1 roll  {get} stopped {(Unknown)}if
  354.  exch  not { print (.Transverse) }if
  355.  = flush
  356.  restore
  357.  "
  358. *End
  359. *CloseUI: *PageSize
  360.  
  361. *% These entries will set up the frame buffer.
  362. *% Usually used with input source selection rather than selection by size (AutoSelect).
  363.  
  364. *OpenUI *PageRegion:  PickOne
  365. *OrderDependency: 40 AnySetup *PageRegion
  366. *DefaultPageRegion: Letter
  367. *PageRegion Letter: "
  368.  2 dict dup /PageSize [612 792]  put dup /ImagingBBox null put setpagedevice"
  369. *End
  370. *PageRegion Legal: "
  371.  2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  372. *End
  373. *PageRegion Executive: "
  374.  2 dict dup /PageSize [522 756]  put dup /ImagingBBox null put setpagedevice"
  375. *End
  376. *PageRegion A4: "
  377.  2 dict dup /PageSize [595 842]  put dup /ImagingBBox null put setpagedevice"
  378. *End
  379. *PageRegion A5: "
  380.  2 dict dup /PageSize [420 595]  put dup /ImagingBBox null put setpagedevice"
  381. *End
  382. *PageRegion B5: "
  383.  2 dict dup /PageSize [516 729]  put dup /ImagingBBox null put setpagedevice"
  384. *End
  385. *PageRegion Monarch: "
  386.  2 dict dup /PageSize [279 540]  put dup /ImagingBBox null put setpagedevice"
  387. *End
  388. *PageRegion C9: "
  389.  2 dict dup /PageSize [279 639]  put dup /ImagingBBox null put setpagedevice"
  390. *End
  391. *PageRegion Comm10: "
  392.  2 dict dup /PageSize [297 684]  put dup /ImagingBBox null put setpagedevice"
  393. *End
  394. *PageRegion DL: "
  395.  2 dict dup /PageSize [312 624]  put dup /ImagingBBox null put setpagedevice"
  396. *End
  397. *PageRegion C5: "
  398.  2 dict dup /PageSize [459 649]  put dup /ImagingBBox null put setpagedevice"
  399. *End
  400. *PageRegion ISOB5: "
  401.  2 dict dup /PageSize [499 709]  put dup /ImagingBBox null put setpagedevice"
  402. *End
  403. *PageRegion Other: "
  404.  2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  405. *End
  406. *CloseUI: *PageRegion
  407.  
  408. *% ==== Printable Area by key word ====
  409. *% Note: These values have been adjusted to compinsate for the translate rounding done in this version of the
  410. *%       NT Pscript driver.
  411. *DefaultImageableArea: Letter
  412. *ImageableArea Letter:    "13 13 599 779"
  413. *ImageableArea Legal:     "13 13 599 995"
  414. *ImageableArea Executive: "13 13 509 743"
  415. *ImageableArea A4:        "10 13 588 829"
  416. *ImageableArea A5:        "13 13 407 583"
  417. *ImageableArea B5:        "13 13 505 716"
  418. *ImageableArea Monarch:   "13 13 278 527"
  419. *ImageableArea C9:        "13 13 278 626"
  420. *ImageableArea Comm10:    "13 13 294 671"
  421. *ImageableArea DL:        "13 13 309 611"
  422. *ImageableArea C5:        "13 13 455 636"
  423. *ImageableArea ISOB5:     "13 13 497 696"
  424. *ImageableArea Other:     "13 13 599 995"
  425. *?ImageableArea: "
  426.  save
  427.  /cvp { cvi (            ) cvs print ( ) print } bind def
  428.  newpath clippath pathbbox
  429.  4 -2 roll exch 2 {ceiling cvp} repeat
  430.  exch 2 {floor cvp} repeat flush
  431.  restore
  432.  "
  433. *End
  434.  
  435. *% **** Physical paper dimensions by key word ****
  436.  
  437. *DefaultPaperDimension: Letter
  438. *PaperDimension Letter:    "612 792"
  439. *PaperDimension Legal:     "612 1008"
  440. *PaperDimension Executive: "522 756"
  441. *PaperDimension A4:        "595 842"
  442. *PaperDimension A5:        "420 595"
  443. *PaperDimension B5:        "516 729"
  444. *PaperDimension Monarch:   "279 540"
  445. *PaperDimension C9:        "279 639"
  446. *PaperDimension Comm10:    "297 684"
  447. *PaperDimension DL:        "312 624"
  448. *PaperDimension C5:        "459 649"
  449. *PaperDimension ISOB5:     "499 709"
  450. *PaperDimension Other:     "612 1008"
  451. *RequiresPageRegion All: True
  452.  
  453. *% ****** Custom Page Size  ******
  454.  
  455. *VariablePaperSize: True
  456. *CustomPageSize True:  "
  457.      pop pop pop
  458.      2 dict begin
  459.      /PageSize [
  460.          4 -2 roll
  461.      ] def
  462.      /ImagingBBox null def
  463.  currentdict end setpagedevice
  464. "
  465. *End
  466.  
  467. *ParamCustomPageSize   Width:           1 points 216 842
  468. *ParamCustomPageSize   Height:          2 points 360 1274
  469. *ParamCustomPageSize   WidthOffset:     3 points 0   0
  470. *ParamCustomPageSize   HeightOffset:    4 points 0   0
  471. *ParamCustomPageSize   Orientation:     5 int    0   0
  472.  
  473. *MaxMediaWidth: "842"
  474. *MaxMediaHeight: "1274"
  475.  
  476. *HWMargins: 13 13 13 13
  477.  
  478.  
  479. *% ==== Input Slots  ====
  480.  
  481. *OpenUI *InputSlot:  PickOne
  482. *OrderDependency: 20 AnySetup *InputSlot
  483.  
  484. *DefaultInputSlot: Upper
  485. *InputSlot Upper: "
  486.  1 dict dup /ManualFeed false put setpagedevice
  487.  1 dict dup /MediaPosition null put setpagedevice
  488.  currentpagedevice /InputAttributes get 0 get setpagedevice
  489.  1 dict dup /InputAttributes 1 dict dup /Priority [0] put put setpagedevice
  490.  1 dict dup /Policies 1 dict dup /PageSize 7 put put setpagedevice"
  491. *End
  492.  
  493. *InputSlot Lower: "
  494.  1 dict dup /ManualFeed false put setpagedevice
  495.  1 dict dup /MediaPosition null put setpagedevice
  496.  userdict /lms
  497.  currentpagedevice /InputAttributes get 1 known { 1 }{ 0 }ifelse put
  498.  currentpagedevice /InputAttributes get lms get setpagedevice
  499.  1 dict dup /InputAttributes 1 dict dup /Priority [lms] put put setpagedevice
  500.  1 dict dup /Policies 1 dict dup /PageSize 7 put put setpagedevice"
  501. *End
  502.  
  503. *?InputSlot: "
  504.  save
  505.  [ (Upper) (Lower)  ]
  506.  statusdict /papertray get exec
  507.  {get exec} stopped { pop pop (Unknown) } if = flush
  508.  restore
  509.  "
  510. *End
  511. *CloseUI: *InputSlot
  512.  
  513. *OpenUI *ManualFeed: Boolean
  514. *OrderDependency: 15 AnySetup *ManualFeed
  515. *DefaultManualFeed: False
  516. *ManualFeed True:  "1 dict dup /ManualFeed true  put setpagedevice"
  517. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  518. *?ManualFeed: "
  519.  save
  520.  currentpagedevice /ManualFeed get {(True)}{(False)}ifelse = flush
  521.  restore
  522.  "
  523. *End
  524. *CloseUI: *ManualFeed
  525.  
  526. *OpenUI *TraySwitch/Tray Linking: PickOne
  527. *OrderDependency: 50 AnySetup *TraySwitch
  528. *DefaultTraySwitch: Printer
  529. *TraySwitch Printer/Printer Setting:  ""
  530. *TraySwitch On/On:  "1 dict dup /TraySwitch true  put setpagedevice"
  531. *TraySwitch Off/Off: "1 dict dup /TraySwitch false put setpagedevice"
  532. *?TraySwitch: "
  533.  save
  534.  currentpagedevice /TraySwitch get {(True)}{(False)}ifelse = flush
  535.  restore
  536.  "
  537. *End
  538. *CloseUI: *TraySwitch
  539.  
  540. *DefaultOutputOrder: Normal
  541. *OutputOrder Normal: ""
  542. *OutputOrder Reverse: ""
  543.  
  544. *% === Font Information ==========================================
  545.  
  546. *DefaultFont: Courier
  547. *Font Courier: Standard "(001.000)" Standard ROM
  548. *Font Courier-Bold: Standard "(001.000)" Standard ROM
  549. *Font Courier-Oblique: Standard "(001.000)" Standard ROM
  550. *Font Courier-BoldOblique: Standard "(001.000)" Standard ROM
  551. *Font Times-Roman: Standard "(001.000)" Standard ROM
  552. *Font Times-Bold: Standard "(001.000)" Standard ROM
  553. *Font Times-Italic: Standard "(001.000)" Standard ROM
  554. *Font Times-BoldItalic: Standard "(001.000)" Standard ROM
  555. *Font Helvetica: Standard "(001.000)" Standard ROM
  556. *Font Helvetica-Bold: Standard "(001.000)" Standard ROM
  557. *Font Helvetica-Oblique: Standard "(001.000)" Standard ROM
  558. *Font Helvetica-BoldOblique: Standard "(001.000)" Standard ROM
  559. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  560. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  561. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  562. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  563. *Font Symbol: Special "(001.000)" Standard ROM
  564. *Font AvantGarde-Book: Standard "(001.000)" Standard ROM
  565. *Font AvantGarde-BookOblique: Standard "(001.000)" Standard ROM
  566. *Font AvantGarde-Demi: Standard "(001.000)" Standard ROM
  567. *Font AvantGarde-DemiOblique: Standard "(001.000)" Standard ROM
  568. *Font Bookman-Demi: Standard "(001.000)" Standard ROM
  569. *Font Bookman-DemiItalic: Standard "(001.000)" Standard ROM
  570. *Font Bookman-Light: Standard "(001.000)" Standard ROM
  571. *Font Bookman-LightItalic: Standard "(001.000)" Standard ROM
  572. *Font Helvetica-Light: Standard "(001.000)" Standard ROM
  573. *Font Helvetica-LightOblique: Standard "(001.000)" Standard ROM
  574. *Font Helvetica-Black: Standard "(001.000)" Standard ROM
  575. *Font Helvetica-BlackOblique: Standard "(001.000)" Standard ROM
  576. *Font NewCenturySchlbk-Roman: Standard "(001.000)" Standard ROM
  577. *Font NewCenturySchlbk-Bold: Standard "(001.000)" Standard ROM
  578. *Font NewCenturySchlbk-Italic: Standard "(001.000)" Standard ROM
  579. *Font NewCenturySchlbk-BoldItalic: Standard "(001.000)" Standard ROM
  580. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  581. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  582. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  583. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  584. *Font ZapfChancery-MediumItalic: Standard "(001.000)" Standard ROM
  585. *Font ZapfDingbats: Special "(001.000)" Special ROM
  586. *?FontQuery: "
  587.  save
  588.  4 dict begin
  589.   /sv exch def
  590.   /str (fonts/                              ) def
  591.   /st2 128 string def
  592.   { count 0 gt
  593.    { dup st2 cvs (/) print print (:) print dup FontDirectory exch known
  594.     {pop (Yes)}
  595.     { str exch st2 cvs dup length /len exch def
  596.      6 exch putinterval str 0 len 6 add getinterval mark exch
  597.      { } st2 filenameforall counttomark 0 gt
  598.      { cleartomark (Yes)}{cleartomark (No)}ifelse
  599.     }ifelse = flush
  600.    }{ exit } ifelse
  601.   } bind loop
  602.   (*) = flush
  603.   sv
  604.  end
  605.  restore
  606.  "
  607. *End
  608.  
  609. *?FontList: "
  610.  save
  611.  2 dict begin
  612.   /sv exch def
  613.   /str 128 string def
  614.   FontDirectory { pop == } bind forall flush
  615.   /filenameforall where
  616.   { pop save (fonts/*)
  617.    { dup length 6 sub 6 exch getinterval cvn == } bind
  618.    str filenameforall flush restore
  619.   } if
  620.   (*) = flush
  621.   sv
  622.  end
  623.  restore
  624.  "
  625. *End
  626.  
  627. *% Printer Messages (verbatim from printer):
  628. *Message: "%%  exitserver: permanent state may be changed  %%"
  629. *Message: "%%  Flushing: rest of job (to end-of-file) will be ignored  %%"
  630. *Message: "\FontName\ not found, using Courier"
  631.  
  632. *% Status (format: %%  status: <one of these> %% )
  633. *Status: "Printer Busy"
  634. *Status: "Warming Up"
  635. *Status: "idle"
  636. *Status: "busy"
  637. *Status: "waiting"
  638. *Status: "initializing"
  639. *Status: "not ready"
  640.  
  641. *% Input Sources (format: %%  status: <stat>; source: <one of these>  %% )
  642. *Source: "Serial"
  643. *Source: "Parallel"
  644. *Source: "Network"
  645.  
  646. *% Printer Error (format: %%  PrinterError: <one of these>  %%)
  647. *PrinterError: "Paper Jam"
  648. *PrinterError: "Wrong Paper Length"
  649. *PrinterError: "Invalid Manual Insertion"
  650. *PrinterError: "Change Size in Feeder"
  651. *PrinterError: "Change Size in Tray 1"
  652. *PrinterError: "Change Size in Tray 2"
  653. *PrinterError: "Paper Out or Feed Failure - Feed"
  654. *PrinterError: "Load Manual Envelope"
  655. *PrinterError: "Paper Out or Feed Failure - Tray 1"
  656. *PrinterError: "Paper Out or Feed Failure - Tray 2"
  657. *PrinterError: "Load Manual Paper"
  658. *PrinterError: "Output Bin Full"
  659. *PrinterError: "Cover Open/Cartridge Not Installed"
  660. *PrinterError: "Insufficient Memory"
  661. *PrinterError: "Complex Page"
  662. *PrinterError: "Default Storage Error"
  663. *PrinterError: "Defective Font Card Installed"
  664. *PrinterError: "Flash Full"
  665. *PrinterError: "ioerror"
  666. *PrinterError: "Flash Error"
  667. *PrinterError: "Duplex Not Attached"
  668. *PrinterError: "Duplex Cover Open"
  669. *PrinterError: "Scheduled Maintenance"
  670. *PrinterError: "Toner Low"
  671. *PrinterError: "Service Error"
  672.  
  673. *%DeviceAdjustMatrix: " 1 0 0 1 0 0 "
  674.  
  675. *% === Color Separation Information =====================
  676.  
  677. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  678.  
  679. *InkName: ProcessBlack/Process Black
  680. *InkName: CustomColor/Custom Color
  681. *InkName: ProcessCyan/Process Cyan
  682. *InkName: ProcessMagenta/Process Magenta
  683. *InkName: ProcessYellow/Process Yellow
  684.  
  685. *%  For 60 lpi / 300 dpi  ===============================
  686.  
  687. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  688. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  689. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  690. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  691. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  692.  
  693. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  694. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  695. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  696. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  697. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  698.  
  699. *%  For 53 lpi / 300 dpi  ===============================
  700.  
  701. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  702. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  703. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  704. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  705. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  706.  
  707. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  708. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  709. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  710. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  711. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  712.  
  713. *%  For 85 lpi / 600 dpi  5,5,2,6,6,2,20/3,0) =====================
  714.  
  715. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  716. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  717. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  718. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  719. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  720.  
  721. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  722. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  723. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  724. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  725. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  726.  
  727. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  728.  {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  729.  1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  730.  abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  731.  sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  732.  "
  733. *End
  734.  
  735. *%  For 71 lpi / 600 dpi  ===============================
  736.  
  737. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  738. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  739. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  740. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  741. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  742.  
  743. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  744. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  745. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  746. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  747. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  748.  
  749.  
  750. *% End of PPD file for Lexmark Optra E plus LaserPrinter
  751.